PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / getHeight Method
In This Topic
    getHeight Method
    In This Topic
    Gets the visual page height.
    The visual height is the height of the page as it is seen on the display. It is always measured on vertical no matter the page rotation.
    Syntax
    public double getHeight()

    Return Value

    The visual height of the page.
    See Also